/*
Theme Name: Listen to the Wild
Theme URI: http://www.ezwpthemes.com/templates/listen-to-the-wild.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: brown, fixed width, two columns, left sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
body {
	color: #000;
	background: url(images/bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
}
select {
	height: 30px;	
	cursor: pointer;	
}

input[type=button], input[type=password] {
	height: 30px;	
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	cursor: pointer;
}

input[type=text] {
	height: 22px;	
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	cursor: pointer;
}

input[type=checkbox] {
	height: 15px;	
	width: 15px;
	vertical-align: middle;
	cursor: pointer;
}
a, .post a {
	text-decoration: none;
	color: #000;
}
a:hover, .post a:hover {
	color: #900;
	text-decoration: none;
}
#blog_title ,.post-title ,h1 ,h2 ,h3 ,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
blockquote, code {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px dashed #999;	
}
blockquote {
	background: #F8F4AB;
}
code {
	background: #F5D582;
}

/* Layout */
#wrapper {
	min-width: 998px; /* not working in IE6 */
	overflow: hidden;
	background: url(images/container_bg.jpg) center 651px repeat-y;
}
#bottom_frame {
	padding: 0 0 5px 0;
	background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#top_frame {
	background: url(images/top_frame.jpg) no-repeat center top;
}
#top_container {
	margin: 0 auto;
	background: url(images/top_container.jpg) no-repeat center 227px;
}
#top_bg {
	background: url(images/body_top_bg.jpg) repeat-x left top;
}
#header , #container , #footer {
	width: 998px;
}
#header {
	height: 227px;
}
#container {
	min-height: 900px;
	padding: 0px 0 70px 0;
}
#footer {
	clear: both;
	height: 45px;
	position: relative;
}
/* Footer */
.credit {
	font-size: 1.1em;
	text-align: center;
	padding: 0px 89px 0px 277px;
}
.credit, .credit a, .credit a:hover {
	color: #955c30;
}
/* Header */
#header #blog_title {
	font-size: 3em; /* Blog Title */
	padding: 5px 528px 0 82px;
	text-align: left;
}
#header h2 {
	font-size: 1.4em; /* Blog Description */
	text-align: left;
	padding: 0px 528px 0 84px;
}
#header #blog_title, #header #blog_title a, #header h2 {
	color: #955c30;
}
/* menu */
#menu {
	width: 490px;
	height: 26px;
	position: absolute;
	left: 400px;
	top: 193px;
	overflow: hidden;
}
#menu ul li {
	padding: 0 14px;
	font-size: 1.4em; /* Menu Font Size */
	font-weight: bold;
	text-align: center;
	float: left;
}
#menu ul li a {
	padding: 0px 0 0px 0px;
	line-height: 2;
	color: #675031;
}
#menu ul li a:hover {
	color: #a00;
}
#menu ul ul li {
	font-size: 1em;
}

/* searchform */
#searchform {
	overflow: hidden;
	position: absolute;
	left: 12px;
	top: 180px;
}
.searchtext {
	width: 143px;
	color: #000;
	border: 0;
	font-size: 1.2em;
	background: url(images/spcaer.gif);
	padding: 0;
	margin: 22px 4px 0 0;
	float: left;
}
#searchsubmit {
	border: 0;
	margin: 0 0 0px 0;
	width: 35px;
	height: 38px;
	float: left;
}
#rss {
	position: absolute;
	left: 406px;
	top: 114px;
}
#rss img {
	width: 54px;
	height: 54px;
}

/* Content */
#content {
	width: 498px;
	padding: 43px 0px 0 0px;
	display: inline;
	margin: 0px 89px 0px 0px;
	float: right;
	font-size: 12px;
}
.post {
	width: 100%;
	padding: 3px 0 10px 0;
	margin: 0px 0 30px 0px;
	border-bottom: 1px dotted #CCC;
	position: relative;
}
.post .post-title {
	margin: 0px 5px 0px 5px;
	padding: 0px 15px 9px 29px;
	font-size: 1.4em; /* Post Title */
	background: url(images/post_header_bg.jpg) no-repeat;
}
.post .post-title a {
	color: #490909;
}
.post .post-title a:hover {
	color: #900;
}
.post_avatar {
	background-color: #FFF;
	width: 32px;
	height: 32px;
	line-height: 12px;
	padding: 1px 1px 0 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.post_date {
	width: 29px;
	height: 27px;
	font-size: 1.0em;
	line-height: 12px;
	padding: 1px 1px 0 0px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #17174a;
	background: url(images/date_bg.jpg) no-repeat;
}
.edit_post {
	width: 83%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px 10px;
	background: #ffc;
	border: 1px dashed #999;
}
.edit_post a {
	font-style: italic;
	color: #33C;
}
.edit_post a.post-edit-link {
	margin-right: 15px;
	font-style: normal;
	color: #E5631C;
	text-decoration: underline;
}
.edit_post a:hover.post-edit-link {
	color: #33c;
}
.entry {
	width: 440px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.2em;
}
.entry a {
	color: #1426ae;
	text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
	color: #901e19;
}
.post_path {
	font-size: 1.1em;
	margin: 0 0 0 29px;
	padding: 7px 7px 12px 12px;
	background: url(images/arrow.gif) left 10px no-repeat;
}
.postmetadata {
	padding: 2px 22px 0 29px;
	text-align: right;
	font-size: 1.1em;
}
.tags {
	font-size: 1.2em;
	margin: 10px 30px 0 29px;
}
.tags a {
	text-decoration: underline;
}
.read_comments {
	margin: 0px 18px 0 0px;
	text-align: right;
	font-weight: bold;
	padding: 10px 15px 10px 29px;
}
.bookmark {
	margin: 18px 0 5px 29px;
}
.wp-pagenavi {
	padding: 5px 36px 5px 29px;
	line-height: 20px;
}
.read_comments a {
	font-size: 1.2em;
	color: #901e19;
	padding: 9px 20px 10px 0px;
	background: url(images/read_comments.gif) no-repeat right 5px;
}
.read_comments a:hover {
	color: #000;	
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}

/* welcome */
#welcome {
	color: #3e2f29;
	font-size: 1.2em;
	padding: 15px 0 110px 0;
}
#welcome p {
	width: 205px;
	height: 122px;
	padding: 0px 0 0px 0px;
	overflow: hidden;
}

/* Sidebar */
#sidebar {
	width: 221px;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 97px;
	overflow: hidden;
	float: left;
	position: relative;
	color: #666;
}
#sidebar_main {
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
	position: relative;
	
}
#sidebar_main h2 {
	padding: 26px 20px 8px 56px;
	font-size: 16px;
	color: #9b773f;
	position: relative;
	background: url(images/sidebar_header_bg.jpg) no-repeat left 0px;
}
#sidebar_main ul li {
	overflow: hidden;
	font-size: 1.2em;
	position: relative;
	padding: 0px 0px 18px 0px;
	background: url(images/sidebar_bg.jpg) repeat-y left 5px;
}
#sidebar_main ul li a {
	color: #675031;
}
#sidebar_main ul li a:hover {
	color: #a00;
}
#sidebar_main ul ul {
	padding: 0 0 0 37px;
	background: none;
}
#sidebar_main ul ul li {
	font-size: 1em;
	border: none;
	padding: 6px 0 6px 20px;
	position: relative;
	width: 150px;
	overflow: hidden;
	background: url(images/sidebar_li.jpg) no-repeat left 11px;
	position: relative;
}
#sidebar_main ul ul ul {
	padding: 0;
	margin: 0;
}
#sidebar_main ul ul ul li {
	font-size: 1em;
	padding: 6px 0 0px 20px;
	width: 80%;
}
#sidebar_main .textwidget {
	margin: 7px 0;
}
#sidebar select {
	font-size: 1em;
	margin: 7px 0;
	width: 95%;
}
#sidebar ul li div ,#sidebar_ul li object {
	padding: 0 10px;
	width: 190px;
	overflow: hidden;
}
#sidebar ul li div div {
	padding: 0;
}

/* PageNavi*/

.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #ccc;
	color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 13px Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	font-style: normal;
	font-size: 12px;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
h3#comments {
	padding: 0 0 0 46px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}
#commentform {
	margin: 5px 0 0 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond {
	width: 85%;
	padding: 0 0 0 10px;
	color: #333;
	margin: 0 auto;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 85%;
}
.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.commentlist li a {
	color: #000;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
#content .comment-body p a {
	text-decoration: underline;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}
.depth-1 {
	border: 1px solid #000;
}
.alt { 
	border-left: 1px solid #666; /* odd page */
	background-color: #C29581; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #D0AD9E;
}

/*-----------------*/

#user-avatar-frame {
	background-color: #C96;
	position: absolute;
	float: left;
	top: 240px;
	margin-left: 130px;
	width: 120px;
	height: 120px;
	padding: 2px;
	border: solid 1px #C93;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#user-avatar-frame #b-user-avatar {
	background-color: #FFF;
	width: 120px;
	height: 120px;
	border: none;
	cursor: pointer;
}

#user-avatar-upload-loading {
	position: relative;
	width: 30px;
	margin-left: 72px;
	border: 0px;
	bottom: 110px;
	visibility: hidden;
}

#user-avatar-upload-button {
	background-color: #C93;
	position: relative;
	bottom: 87px;
	width: 118px;
	height: 24px;
	border: 1px solid #C93;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#user-avatar-upload-button:hover {
	cursor: pointer;
	color: #C00;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#user-avatar-frame:hover #user-avatar-upload-button {
	display: block;	
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#user-info {
	position: absolute;
	float: right;
	width: 190px;
	height: 345px;
	top: 70px;
	right: 240px;
	border: 0px;
	padding: 15px 5px 10px 5px;
	overflow-x: hidden;
	overflow-y: auto;
}

#user-info::-webkit-scrollbar {
    width: 6px;
	cursor: pointer;
}
#user-info::-webkit-scrollbar-track {
    background-color: #FFC;
    border-left: 1px solid #ccc;
	cursor: pointer;
}
#user-info::-webkit-scrollbar-thumb {
    background-color: #FFC;
	cursor: pointer;
}
#user-info::-webkit-scrollbar-thumb:hover {
	background-color: #391519;
}

#user-quote {
	position: absolute;
	color: #060;
	text-align: left;
	font-size: 12px;
	float: right;
	width: 170px;
	height: 170px;
	top: 210px;
	right: 50px;
	border: 0px;
	padding: 15px 1px 10px 1px;
	overflow: hidden;
}

#page_up {
	position: fixed;
	width: 50px;
	height: 50px;
	border: 0px;
	display: block;
	bottom: 80px;
	margin-left: 25px;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	display: none;
	z-index: 10;
}
#page_up:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.post_header_bg .menu-button {
	position: absolute;
	float: right;
	right: 0px;
	top: -15px;
	width: 32px;
	height: 32px;
	border: 0px;
	opacity: 0.8;
	filter: alpha(opacity = 20);
	cursor: pointer;
}
.post_header_bg .menu-button:hover {
	opacity: 1;
	filter: alpha(opacity = 80);
}
.post_header_bg .menu {
	background: #FFF;
	position: absolute;
	float: right;
	right: 30px;
	top: 15px;
	width: 150px;
	height: auto;
	border: 1px solid #e6d3d5;
	font-size: 12px;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.post_header_bg .menu .row {
	background: #e6d3d5;
	line-height: 25px;
	padding: 5px;
	color: #391519;
	border-bottom: 1px solid #FFF;
}

.post_header_bg .menu .row:hover {
	background: #fffcf3;
}

h3 {
	font-size: 16px;
	color: #391519;	
	margin-bottom: 20px;
}

#comment_frame {
	float: left;
	height: auto;
	width: 488px;
	max-height: 720px;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.comment_row {
	width: 473px;
	height: auto;
	min-height: 70px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.comment_row .content {
	float: left;
	width: 470px;
	min-height: 20px;
	height: auto;
	line-height: 22px;
	margin: 10px 2px 5px 2px;
	white-space: pre-wrap;
}

.comment_row .header {
	float: left;
	width: 473px;
	height: 48px;
}

.comment_row .header .avatar {
	float: left;
	width: 48px;
	height: 48px;
	border: 0px;
	background-color: #FFF;
}
.comment_row .header .info {
	float: left;
	width: 415px;
	height: 48px;
	line-height: 20px;
	margin-left: 5px;
	border-bottom: 1px dotted #CCC;
}
.comment_row .header .info .title {
	float: left;
	width: 415px;
	height: 23px;
	font-size: 13px;
	color: #391519;
}
.comment_row .header .info .date {
	float: left;
	width: 415px;
	height: 23px;
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.comment_row .control {
	float: left;
	display: inline;
	width: 380px;
	height: 20px;
	margin: 5px 2px 15px 2px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 11px;
	color: #600;
}

.comment_row .control .button {
	float: left;
	display: inline;
	width: auto;
	cursor: pointer;
	text-decoration: none;
}

.comment_row .control .button:hover {
	text-decoration: underline;
}

.comment_row .control div {
	float: left;
	display: inline;
	width: auto;
	cursor: pointer;
}

#live-notification-frame {
	position: fixed;
	top: 70px;
	border: 0px;
	width: auto;
	height: auto;
}

.live-notification {
	position: relative;
	float: left;
	display: inline;
	margin: 1px 5px 0px 5px;
	background: #ffe57e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 5px 90px #888;
	-moz-box-shadow: 0px 5px 90px #888;
	-webkit-box-shadow: 0px 5px 90px #888;
	border: 1px solid #e2b709
	min-width: 150px;
	width: 200px;
	height: auto;
	padding: 5px;
	opacity: 1;
	filter: alpha(opacity = 100);
	z-index: 2;
	cursor: pointer;
}
.live-notification .title {
	position: relative;
	float: left;
	display: inline;
	z-index: 3;
	font-size: 8px;
	margin-left: 5px;
	width: 150px;
	text-shadow: 0 2px 1 rgba(0, 0, 0, .6);
	text-overflow: ellipsis;
	color: #030;
}

.live-notification .close {
	position: relative;
	float: right;
	display: inline;
	z-index: 3;
	border: 0px;
	width: 12px;
	height: 12px;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	cursor: pointer;
}

.live-notification .close:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.live-notification .avatar {
	position: relative;
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 5px;
	cursor: pointer;
}

.live-notification .info {
	background-color: #ebf8a4;
	border-color: #a2d246;
	position: static;
	float: left;
	margin-top: 2px;
	padding: 3px;
	overflow: auto;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
	color: #003;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 5px 90px #888;
	-moz-box-shadow: 0px 5px 90px #888;
	-webkit-box-shadow: 0px 5px 90px #888;
}

.live-notification .info a {
	text-decoration: underline;
	color: #003;
}

.live-notification .info a:hover {
	color: #600;
}
.comment_emoticon {
	position: relative;
	float: left;
	display: inline;
	height: 30px;
	width: 30px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}
#like_score {
	left: 500px;
	top: 400px;
	position: fixed;
	text-transform: uppercase;
	border-radius: 5px;
	text-shadow: 0px 0px 5px rgba(0, 160, 0, 1);
	color: red;
	font-size: 60px;
	z-index: 2000;
	display: none;
}
.nos {
	
}